home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
- // BlockInsertDialog.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CBlockInsertDialog dialog
-
- class CBlockInsertDialog : public CDialog
- {
- // Construction
- public:
- CBlockInsertDialog(IDrawing* pIDrawing, CWnd* pParent = NULL); // standard constructor
- ~CBlockInsertDialog();
-
- // Dialog Data
- //{{AFX_DATA(CBlockInsertDialog)
- enum { IDD = IDD_BLK_INSERT };
- CString m_strBlockName;
- //}}AFX_DATA
- Blocks* m_pBlocks;
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBlockInsertDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- virtual BOOL OnInitDialog();
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CBlockInsertDialog)
- afx_msg void OnDblclkBlocks();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-